home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 88 / MacAddict_088_2003_12.iso / mac / Software / Utilities / iView Catalog Reader 1.0 / Contents / Info.plist < prev    next >
Extensible Markup Language  |  2003-09-29  |  2KB  |  69 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="0.9">
  4. <dict>
  5.     <key>CFBundleInfoDictionaryVersion</key>
  6.     <string>6.0</string>
  7.     <key>CFBundleExecutable</key>
  8.     <string>iView Catalog Reader</string>
  9.     <key>CFBundleIconFile</key>
  10.     <string>_IVW5</string>
  11.     <key>CFBundleIdentifier</key>
  12.     <string>com.iview.mediareader</string>
  13.     <key>CFBundleLongVersionString</key>
  14.     <string>1.0 ¬©1996-2003 iView Multimedia Limited. All rights reserved.</string>
  15.     <key>CFBundleName</key>
  16.     <string>iView Catalog Reader</string>
  17.     <key>CFBundlePackageType</key>
  18.     <string>APPL</string>
  19.     <key>CFBundleShortVersionString</key>
  20.     <string>1.0</string>
  21.     <key>CFBundleSignature</key>
  22.     <string>IVW5</string>
  23.     <key>CFBundleVersion</key>
  24.     <string>1.0 ¬©1996-2003 iView Multimedia Limited. All rights reserved.</string>
  25.     <key>LSPrefersCarbon</key>
  26.     <true/>
  27.     <key>NSHumanReadableCopyright</key>
  28.     <string>¬©1996-2003 iView Multimedia Limited. All rights reserved.</string>
  29.     <key>CFBundleGetInfoString</key>
  30.     <string>1.0 ¬©1996-2003 iView Multimedia Limited. All rights reserved.</string>
  31.     <key>NSAppleScriptEnabled</key>
  32.     <string>Yes</string>
  33.     <key>CFBundleDocumentTypes</key>
  34.     <array>
  35.         <dict>
  36.             <key>CFBundleTypeOSTypes</key>
  37.             <array>
  38.                 <string>IVWc</string>
  39.             </array>
  40.             <key>CFBundleTypeExtensions</key>
  41.             <array>
  42.                 <string>ivc</string>
  43.             </array>
  44.             <key>CFBundleTypeMIMETypes</key>
  45.             <array>
  46.                 <string>application/ivc</string>
  47.             </array>
  48.             <key>CFBundleTypeName</key>
  49.             <string>iView MediaPro Catalog</string>
  50.             <key>CFBundleTypeIconFile</key>
  51.             <string>_IVWc</string>
  52.             <key>CFBundleTypeRole</key>
  53.             <string>Viewer</string>
  54.         </dict>
  55.         <dict>
  56.             <key>CFBundleTypeOSTypes</key>
  57.             <array>
  58.                 <string>****</string>
  59.                 <string>disk</string>
  60.                 <string>fold</string>
  61.                 <string>fldr</string>
  62.             </array>
  63.             <key>CFBundleTypeRole</key>
  64.             <string>Viewer</string>
  65.         </dict>
  66.     </array>
  67. </dict>
  68. </plist>
  69.